Database Generated APIs |
To communicate with a database and carry out operations or transactions on it, WS-AppServer internally uses some SOAP APIs that are generated on the objects created on the database. These APIs use the SOAP framework and communicate through the request-response protocol. The following APIs are used for this purpose:
- InsertObject - to insert a DB Object
- UpdateObject - to update a DB Object with the changes made to the Object's state
- DeleteObject - to delete a DB Object
- QueryObject - to run a query on a DB Object
- ValidateObject - to validate a DB Object